home *** CD-ROM | disk | FTP | other *** search
/ Guinness Multimedia Disc of Records 1992 / Guinness Disc of Records 1992 (DOS Version).bin / install.dat < prev    next >
Text File  |  1992-05-18  |  3KB  |  106 lines

  1. @DefineProject
  2.     @Name         = "The Guinness Multimedia Disc of Records"     /* Product Textual Name:  */
  3.     @Version    = "V2.10"
  4.     @Subdir     = "GDR"        /* default subdirectory for files */
  5.     @OutDrive     = C
  6.     @Group         = "A"
  7.     @Requires 2000000 /* requires two megabytes */
  8.     @Requires @Harddisk
  9. @EndProject
  10. @Display
  11.     @Cls
  12.  
  13.     This program will install @Name
  14.     Version @Version on your computer system.
  15.  
  16.     You may press the [Esc] key at any time to abort the
  17.     installation.  INSTALL will ask you several questions about your
  18.     computer hardware.
  19.  
  20.     Each question has a default answer.  If the default answer is
  21.     correct, press the ENTER key in response to the question.
  22.     Otherwise, type the answer and then press the ENTER key.
  23.  
  24.     If you make a mistake while typing, press the BACKSPACE key
  25.     and then retype the answer.
  26.  
  27. @Pause
  28. @EndDisplay
  29. @if (@VideoGraph < 18)
  30.     @Display
  31.     Your system appears not to have a VGA display with at least
  32.     256K memory.  This means that you will not be able to view
  33.     the pictures included with @name,
  34.     although display of text will    be normal.  We recommend
  35.     installation of a VGA or Super VGA display for maximum enjoyment
  36.     of @Name.
  37.  
  38.  
  39.     @pause
  40.     @EndDisplay
  41. @endif
  42.  
  43. @GetOutDrive
  44.     @Cls
  45.     On which disc drive do you wish to install
  46.     @Name?
  47. @EndOutDrive
  48.  
  49. @GetSubdir
  50.     @Cls
  51.     Now you need to specify the disc destination subdirectory.
  52.     The subdirectory is the location on your disc where
  53.     @Name system will be installed.
  54.  
  55.     If you don't know what a "subdirectory" is, you probably need not
  56.     worry about it and should just press Enter at the next prompt.
  57.  
  58.     @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
  59. @EndSubdir
  60.  
  61. @DefineDisk
  62.     @Label = "Guinness Multimedia Disc of Records V2.10"
  63.     @File GDR.EXE
  64.     @File GDR.HLP
  65.     @File SOUNDEX.IDX
  66.     @File SOUNDEX.DAT
  67.     @File GUINNESS.NMX
  68.     @File GUINNESS.NMT
  69.     @File GUINNESS.BRX
  70.     @File CAPTIONS.NMX
  71.     @File CAPTIONS.NMT
  72.     @File CAPTIONS.BRX
  73.     @File GRAPHICS.TAB
  74.     @File STOPWORD.TAB
  75. @EndDisk
  76.  
  77.  
  78. @SetConfig
  79.     @Overwrite
  80.     @Files = 30
  81. @EndConfig
  82.  
  83. @Finish
  84.     @System "echo echo off   >  @OutDrive:\\GDR.BAT"
  85.     @System "echo @Outdrive: >> @OutDrive:\\GDR.BAT"
  86.     @System "echo cd @Subdir >> @OutDrive:\\GDR.BAT"
  87.     @System "echo gdr SMART.CFG @OutDrive:\\@Subdir -n >> @OutDrive:\\GDR.BAT"
  88.     @System "echo CD \\      >> @OutDrive:\\GDR.BAT"
  89.  
  90.     @System "echo @InDrive:\\GUINNESS >> @OutDrive:\\@Subdir\\SMART.CFG"
  91.  
  92.     @ChDrive @OutDrive
  93.     @Chdir "\\"
  94.     @Cls
  95.  
  96.     Installation of @name is complete.
  97.  
  98.     To run @name, simply enter "GDR"
  99.     at the DOS prompt, from the root directory of
  100.     drive @Outdrive (@Outdrive:\).
  101.  
  102.     If your CONFIG.SYS file was modified, you will
  103.     need to reboot your computer before running GDR.
  104.     @pause
  105. @EndFinish
  106.